home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / EPL75523.PPD < prev    next >
Text File  |  1991-12-05  |  12KB  |  376 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "EPSON EPL-7500" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011939 or 012314
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 21 November 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(EPSON EPL-7500)"
  20. *PSVersion: "(52.3) 0"
  21. *NickName: "EPSON EPL-7500 v52.3"
  22.  
  23. *% General Information and Defaults ===============
  24. *ColorDevice: False
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse = flush end"
  28. *Throughput: "6"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict begin exitserver
  44. "
  45. *End
  46. *Reset: "
  47.   count 0 eq {  % is the password on the stack?
  48.     true
  49.   }{
  50.     dup    % potential password
  51.     statusdict begin checkpassword end not
  52.   } ifelse
  53.   {  %  if no password or not valid
  54.     (WARNING : Cannot reset printer.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush
  57.     quit
  58.   } if
  59.   serverdict begin exitserver
  60.   systemdict /quit get exec
  61.   (WARNING : Printer Reset Failed.) = flush
  62. "
  63. *End
  64.  
  65. *DefaultResolution: 300dpi
  66. *?Resolution: "
  67. save
  68.   initgraphics
  69.   0 0 moveto currentpoint matrix defaultmatrix transform
  70.   0 72 lineto currentpoint matrix defaultmatrix transform
  71.   3 -1 roll sub dup mul
  72.   3 1 roll exch sub dup mul
  73.   add sqrt round cvi
  74.   (          ) cvs print (dpi) = flush
  75. restore
  76. "
  77. *End
  78.  
  79. *% Halftone Information ===============
  80. *ScreenFreq: "60.0"
  81. *ScreenAngle: "45.0"
  82. *DefaultScreenProc: Dot
  83. *ScreenProc Dot: "
  84. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  85. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94. *Transfer Normalized: "{ }"
  95. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *DefaultPageSize: Letter
  100. *PageSize Letter: "statusdict begin lettertray end"
  101. *PageSize Legal: "statusdict begin legaltray end"
  102. *PageSize Executive: "statusdict begin executivetray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize A5: "statusdict begin a5tray end"
  105. *PageSize B5: "statusdict begin b5tray end"
  106. *PageSize Statement: "statusdict begin halflettertray end"
  107. *PageSize GLT/Government Letter: "statusdict begin glttray end"
  108. *PageSize GLG/Government Legal: "statusdict begin glgtray end"
  109. *PageSize F4: "statusdict begin f4tray end"
  110. *?PageSize: "
  111.  save statusdict begin
  112.   10 dict begin
  113.    /letter (Letter) def
  114.    /legal (Legal) def
  115.    /a4 (A4) def
  116.    /a5 (A5) def
  117.    /b5 (B5) def
  118.    /executivepage (Executive) def
  119.    /halfletter (Statement) def
  120.    /glt (GLT/Government Letter) def
  121.    /glg (GLG/Government Legal) def
  122.    /f4 (F4) def
  123.    papersize {
  124.      {load exec} stopped not{= flush}if
  125.    }{
  126.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  127.    }ifelse
  128.   end
  129.  end restore
  130. "
  131. *End
  132.  
  133. *DefaultPageRegion: Letter
  134. *PageRegion Letter: "letter"
  135. *PageRegion Legal: "legal"
  136. *PageRegion Executive: "executivepage"
  137. *PageRegion A4: "a4"
  138. *PageRegion A5: "a5"
  139. *PageRegion B5: "b5"
  140. *PageRegion Statement: "halfletter"
  141. *PageRegion LetterSmall: "lettersmall"
  142. *PageRegion A4Small: "a4small"
  143. *PageRegion GLT/Government Letter: "glt"
  144. *PageRegion GLG/Government Legal: "glg"
  145. *PageRegion F4: "f4"
  146. *PageRegion Note: "note"
  147.  
  148. *DefaultPaperTray: None
  149. *PaperTray Letter: "statusdict begin lettertray end"
  150. *PaperTray Legal: "statusdict begin legaltray end"
  151. *PaperTray Executive: "statusdict begin executivetray end"
  152. *PaperTray A4: "statusdict begin a4tray end"
  153. *PaperTray A5: "statusdict begin a5tray end"
  154. *PaperTray B5: "statusdict begin b5tray end"
  155. *PaperTray Statement: "statusdict begin halflettertray end"
  156. *PaperTray GLT/Government Letter: "statusdict begin glttray end"
  157. *PaperTray GLG/Government Legal: "statusdict begin glgtray end"
  158. *PaperTray F4: "statusdict begin f4tray end"
  159. *?PaperTray: "
  160.  save statusdict begin
  161.   10 dict begin
  162.    /letter (Letter) def /legal (Legal) def
  163.    /a4 (A4) def /a5 (A5) def /b5 (B5) def
  164.    /executivepage (Executive) def /halfletter (Statement) def
  165.    /glt (GLT/Government Letter) def 
  166.    /glg (GLG/Government Legal) def /f4 (F4) def
  167.    papertray defaulttraysize
  168.    {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  169.   end
  170.  end restore
  171. "
  172. *End
  173.  
  174. *DefaultImageableArea: Letter
  175. *ImageableArea Letter: "12 13 602 780 "
  176. *ImageableArea Legal: "11 12 593 995 "
  177. *ImageableArea Executive: "6 13 512 744 "
  178. *ImageableArea A4: "9 15 584 830 "
  179. *ImageableArea A5: "10 10 408 585 "
  180. *ImageableArea B5: "12 8 510 714 "
  181. *ImageableArea Statement: "10 13 385 600 "
  182. *ImageableArea LetterSmall: "28 33 580 764 "
  183. *ImageableArea A4Small: "24 27 561 807 "
  184. *ImageableArea GLT/Government Letter: "12 13 572 744 "
  185. *ImageableArea GLG/Government Legal: "12 13 602 924"
  186. *ImageableArea F4: "11 12 586 924 "
  187. *?ImageableArea: "
  188.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  189.   newpath clippath pathbbox
  190.   4 -2 roll exch 2 {ceiling cvp} repeat
  191.   exch 2 {floor cvp} repeat flush
  192.  restore
  193. "
  194. *End
  195.  
  196. *DefaultPaperDimension: Letter
  197. *PaperDimension Letter: "612 792"
  198. *PaperDimension Legal: "612 1008"
  199. *PaperDimension Executive: "522 756"
  200. *PaperDimension A4: "595 842"
  201. *PaperDimension A5: "420 595"
  202. *PaperDimension B5: "516 729"
  203. *PaperDimension Statement: "396 612"
  204. *PaperDimension GLT/Government Letter: "576 756"
  205. *PaperDimension GLG/Government Legal: "612 936"
  206. *PaperDimension F4: "595 935"
  207.  
  208. *DefaultOutputBin: OnlyOne
  209. *DefaultInputSlot: Upper
  210. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  211. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  212. *?InputSlot: "
  213.  save statusdict begin
  214.   2 dict begin
  215.    /0 (Upper) def
  216.    /1 (Lower) def
  217.    papertray
  218.      {( ) cvs cvn load exec} stopped not{= flush}if
  219.   end
  220.  end restore
  221. "
  222. *End
  223.  
  224. *DefaultManualFeed: False
  225. *?ManualFeed: "
  226.   statusdict /manualfeed get
  227.   {(True)}{(False)}ifelse = flush
  228. "
  229. *End
  230. *ManualFeed True: "statusdict begin /manualfeed true store end"
  231. *ManualFeed False: "statusdict begin /manualfeed false store end"
  232.  
  233. *DefaultOutputOrder: Normal
  234. *?OutputOrder: "
  235.   save statusdict begin
  236.   pagestackorder {(Normal)}{(Reverse)} ifelse = flush
  237.   end restore
  238. "
  239. *End
  240.  
  241. *DefaultCollator: None
  242. *DefaultSorter: None
  243. *DefaultDuplex: None
  244.  
  245. *% Font Information =====================
  246.  
  247. *DefaultFont: Courier
  248. *Font AvantGarde-Book: Standard "(001.002)"
  249. *Font AvantGarde-BookOblique: Standard "(001.002)"
  250. *Font AvantGarde-Demi: Standard "(001.003)"
  251. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  252. *Font Bookman-Demi: Standard "(001.001)"
  253. *Font Bookman-DemiItalic: Standard "(001.001)"
  254. *Font Bookman-Light: Standard "(001.001)"
  255. *Font Bookman-LightItalic: Standard "(001.001)"
  256. *Font Courier: Standard "(002.002)"
  257. *Font Courier-Bold: Standard "(002.002)"
  258. *Font Courier-BoldOblique: Standard "(002.002)"
  259. *Font Courier-Oblique: Standard "(002.002)"
  260. *Font Helvetica: Standard "(001.006)"
  261. *Font Helvetica-Bold: Standard "(001.007)"
  262. *Font Helvetica-BoldOblique: Standard "(001.007)"
  263. *Font Helvetica-Narrow: Standard "(001.006)"
  264. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  265. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  266. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  267. *Font Helvetica-Oblique: Standard "(001.006)"
  268. *Font NewCenturySchlbk-Bold: Standard "(001.008)"
  269. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)"
  270. *Font NewCenturySchlbk-Italic: Standard "(001.005)"
  271. *Font NewCenturySchlbk-Roman: Standard "(001.006)"
  272. *Font Palatino-Bold: Standard "(001.005)"
  273. *Font Palatino-BoldItalic: Standard "(001.005)"
  274. *Font Palatino-Italic: Standard "(001.005)"
  275. *Font Palatino-Roman: Standard "(001.005)"
  276. *Font Symbol: Special "(001.003)"
  277. *Font Times-Bold: Standard "(001.007)"
  278. *Font Times-BoldItalic: Standard "(001.009)"
  279. *Font Times-Italic: Standard "(001.007)"
  280. *Font Times-Roman: Standard "(001.007)"
  281. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  282. *Font ZapfDingbats: Special "(001.002)"
  283. *?FontQuery: "
  284. save  4 dict begin /sv exch def
  285. /str (fonts/                              ) def
  286. /st2 128 string def
  287. {
  288.   count 0 gt {
  289.     dup st2 cvs (/) print print (:) print
  290.     dup FontDirectory exch known {pop (Yes)}{
  291.      str exch st2 cvs dup length /len exch def
  292.      6 exch putinterval str 0 len 6 add getinterval mark exch
  293.      { } st2 filenameforall counttomark 0 gt {
  294.       cleartomark (Yes)}{cleartomark (No)}ifelse
  295.     }ifelse = flush
  296.   }{ exit } ifelse
  297. } bind loop
  298. (*) = flush
  299. sv end restore
  300. "
  301. *End
  302.  
  303. *?FontList: "
  304. save  2 dict begin /sv exch def
  305. /str 128 string def
  306. FontDirectory { pop == } bind forall flush
  307. /filenameforall where {
  308.  pop save (fonts/*) {
  309.   dup length 6 sub 6 exch getinterval cvn ==
  310.  } bind str filenameforall flush restore
  311. } if
  312. (*) = flush
  313. sv end restore
  314. "
  315. *End
  316.  
  317. *% Printer Messages (verbatim from printer):
  318. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  319. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  320. *Message: "\FontName\ not found, using Courier"
  321.  
  322. *% Status (format: %%[ status: <one of these> ]%% )
  323. *Status: "idle"
  324. *Status: "busy"
  325. *Status: "waiting"
  326. *Status: "initializing"
  327. *Status: "printing"
  328. *Status: "printing test page"
  329.  
  330. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  331. *Source: "serial25"
  332. *Source: "AppleTalk"
  333. *Source: "Centronics"
  334.  
  335. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  336.  
  337. *% Color Separation Information =====================
  338.  
  339. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  340.  
  341. *InkName: ProcessCyan/Process Cyan
  342. *InkName: ProcessMagenta/Process Magenta
  343. *InkName: ProcessYellow/Process Yellow
  344. *InkName: ProcessBlack/Process Black
  345. *InkName: CustomColor/Custom Color
  346.  
  347. *%  For 60 lpi / 300 dpi  ===============================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  350. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  351. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  352. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  353. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360.  
  361. *%  For 53 lpi / 300 dpi  ===============================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  364. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  366. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  367. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  370. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  371. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  372. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  373. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  374.  
  375. *% end of PPD file for EPSON EPL-7500
  376.